org.eclipse.vtp.framework.spi
Interface IRunnableCommand

All Superinterfaces:
ICommand, java.lang.Runnable

public interface IRunnableCommand
extends ICommand, java.lang.Runnable

A command returned by the process engine when an action or observer is to be executed.

Author:
Lonnie Pryor

Method Summary
 
Methods inherited from interface org.eclipse.vtp.framework.spi.ICommand
accept, exportContents, importContents
 
Methods inherited from interface java.lang.Runnable
run